Namespace:
C1.LiveLinq.LiveViews
Assembly:
C1.Silverlight.LiveLinq (in C1.Silverlight.LiveLinq.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected Nullable<TProperty> StructGet<TProperty>(
int index
)
where TProperty : struct, new()
|
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Function StructGet(Of TProperty As {Structure, New}) ( _
index As Integer _
) As Nullable(Of TProperty) |
Parameters
- index
- Type: System..::..Int32
Type Parameters
See Also